home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 58 / pcpp58a.iso / extras / quake 3 source / Q3A_ToolSource.exe / Main / Messaging.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-02  |  532 b   |  25 lines

  1. //-----------------------------------------------------------------------------
  2. //
  3. // $LogFile$
  4. // $Revision: 1.1.2.1 $
  5. // $Author: ttimo $
  6. // $Date: 2000/02/04 22:59:34 $
  7. // $Log: Messaging.h,v $
  8. // Revision 1.1.2.1  2000/02/04 22:59:34  ttimo
  9. // messaging API preview
  10. //
  11. //
  12. // DESCRIPTION:
  13. // headers for internal classes used in Messaging.cpp
  14. // 
  15.  
  16. #ifndef __MESSAGING_H_
  17. #define __MESSAGING_H_
  18.  
  19. class CXYWndWrapper : public IXYWndWrapper
  20. {
  21. public:
  22.     void SnapToGrid( int x1, int y1, vec3_t pt );
  23. };
  24.  
  25. #endif